[WordPress] Get Comment Reply Link Only?
Posted
by Norbert
on Stack Overflow
See other posts from Stack Overflow
or by Norbert
Published on 2010-05-08T11:22:34Z
Indexed on
2010/05/08
11:28 UTC
Read the original article
Hit count: 336
I'm using comment_reply_link, for the reply links on every comment, but I want to use an image instead of text. I only need the link of the comment reply, not the whole thing. Codex wasn't helpful, neither the WP forums.
<span class="reply">
<a href="<?php //comment reply link here ?>">
<img src="<?php bloginfo('template_url') ?>/css/images/reply-button.png" alt="" />
</a>
</span>
© Stack Overflow or respective owner